/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: Marc
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

body, input, textarea {
	color: #373737;
	font: 1.0625rem "Palatino Linotype","Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	text-align: justify;
}

.entry-content img {
padding: 0;
}

#branding {
	border-top: none;
}

#header_icons {
	position: absolute;
	right: 3%;
	top: 3%;
}

#header_icons a.Twitter, #footer_icons a.Twitter {
left:0px;
width:32px;
height: 32px;
float:left;
background:url('https://reprobate.co.za/wp-content/uploads/2026/06/x.png') 0 0;
}
#header_icons a.Facebook, #footer_icons a.Facebook {
margin-left: 10px;
left:32px;
width:32px;
height: 32px;
float:left;
background:url('https://reprobate.co.za/wp-content/uploads/2026/06/fb.png') -32px 0;
}

#header_icons a:hover.Twitter, #footer_icons a:hover.Twitter {
background:url('https://reprobate.co.za/wp-content/uploads/2026/06/x2.png') 0 0;
}
#header_icons a:hover.Facebook, #footer_icons a:hover.Facebook {
background:url('https://reprobate.co.za/wp-content/uploads/2026/06/fb2.png') -32px 0;
}

#page { 
	margin-top: 0;
	margin-bottom: 0; 
}

/* CSS for white space on home page */
#post-7 .entry-content {
padding: 0;
margin:0;
}
.page-id-7 article.intro {
border-bottom: none;
margin: 0;
padding: 0;
}
.page-id-7 #main {
padding: 0;
}

/* Menu buttons */
#access {
border-top: 1px solid #dd0000;
}
#access div {
  	margin: 0;
}
#access ul {
  font-size: 16px;
  margin: 0;
}
#access a {
padding: 0 1em;
line-height: 2em;
}
li.current-menu-parent {
background: #dd0000;
color:#fff;
}
li.current-menu-item {
background: #dd0000;
color:#fff;
}

.featured-posts {
	border-bottom: none;
	margin: 0;
	height: 288px;
}

section.feature-image.large img {
  	max-width: 100%;
	min-height: 288px;
}

h1.showcase-heading {
  color: #BDBDBD;
  font-size: 16px;
  line-height: 2em;
  background: #252525;
  padding-left: 8%;
}

.page-template-showcase-php #content, .left-sidebar.page-template-showcase-php #content {
	margin: 0;
	width: 100%;
	padding: 0;
}

.page-template-showcase-php #main .widget-area {
  margin: 0 -30% 0 0;
  width: 30%;
}

.page-template-showcase-php .entry-content {
	padding-left: 1em;
}

section.recent-posts {
	background: white;
	padding: 0;
}

section.recent-posts .entry-header {
	background: #dfdfdf;
	background: rgba(223,223,223, 0.8);
	padding: 0 0 0.5em 1em;
  	border-top: 2px solid #373737;
}

section.recent-posts .other-recent-posts .entry-title a:hover, .entry-title a:focus, .entry-title a:active {
color: #1982d1;
}

#primary {
    float: left;
    margin: 0 -28.4% 0 0;
    width: 100%;
    background: #252525;
}
#content {
    	margin: 0 32% 0 0;
    	width: 64%;
	padding: 0 2%;
	background: white;
}
#secondary {
    float: right;
    margin-right: 0;
    width: 28.4%;
}

h1.entry-title {
font-size: 30px;
}

.entry-title, .entry-title a {
font-size: 20px;
padding-right: 1em;
}

.entry-content, .entry-summary {
	padding: 1.625em 1em 0;
}

.singular .entry-title {
font-size: 25px;
}

.single-post .entry-title {
padding: 0;
margin-top: 10px;
font-size: 30px;
}

.category .entry-header {
	border-top: 2px solid #373737;
	background: #dfdfdf;
	background: rgba(223,223,223, 0.8);
	padding: 0px 0px 5px 10px;
}

/* margin above title in category page */
.hentry, .no-results {
margin-top: -1.8em;
}

/* Textbox for category entry paragraphs */
.category-archive-meta p {
	background: #2c262f;
	filter: progid: DXImageTransform.Microsoft.gradient(
		startColorstr = '#2c262f', endColorstr = '#5b5b5b');
	-ms-filter: progid: DXImageTransform.Microsoft.gradient(
		startColorstr = '#2c262f', endColorstr = '#5b5b5b');
	background-image: -moz-linear-gradient(top, #2c262f, #5b5b5b);
	background-image: -ms-linear-gradient(top, #2c262f, #5b5b5b);
	background-image: -o-linear-gradient(top, #2c262f, #5b5b5b);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2c262f), to(#5b5b5b));
	background-image: -webkit-linear-gradient(top, #2c262f, #5b5b5b);
	background-image: linear-gradient(top, #2c262f, #5b5b5b);
	padding: 20px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 2em 0;
}

.textbox {
border: 1px solid #4d4d4d;
  margin-bottom: 1em;
  border-radius: 3px;
  padding: 1em;
  background: gainsboro;
}

.single-author .entry-meta .by-author {
	display: inline;
}

/* remove posted on and by */
.entry-meta .sep {display: none;}

/* Devider for date and author */
.entry-meta .entry-date {border-right: 1px solid #525252;
padding-right: 5px;
margin-right: 5px;
}

/* remove leave a reply on front and category pages */
.entry-meta .comments-link { display: none; }

/* remove gallery post format in category pages */
.entry-format { display: none;}

/* remove category archive title on category pages */
.page-title { display: none;}

/* read more and top nav (previous/next) */
.meta-nav {
	color:#1982d1;
	font-weight: bold;
}
.meta-nav:hover {
	background-color:#1982d1;
	color: #ffffff;
	padding: 0 0.5em;
}
#nav-above {
  margin-bottom: 2em;
}
#content nav a {
  font-size: 20px;
  line-height: normal;
}

.cat-links a {
	border-right: 1px solid #525252;
  	margin-right: 1em;
  	padding-right: 1em;
	padding-left: 1em;
}

.entry-utility-prep.entry-utility-prep-cat-links {
	display: none;
}
.entry-utility-prep.entry-utility-prep-tag-links {
	display: none;
}

#author-link .meta-nav {
	display: none;
}

/* PAGINATION */
.pagination {
  clear: both;
  position: relative;
  font-family: Century Gothic;
  color: white;
}
.pagination span {
  display: block;
  float: left;
  margin-right: 1em;
}
.pagination .current {
  	background: #dd0000;
	border: 1px solid #dd0000;
    	width: 1.625em;
  	height: 1.625em;
  	-moz-border-radius: 50%;
    	-webkit-border-radius: 50%;
    	border-radius: 50%;
  	line-height: 1.625em;
  	text-align: center;
}
.pagination a {
  	-mox-box-shadow: 0 0 3px white;
  	-webkit-box-shadow: 0 0 3px white;
  	box-shadow: 0px 0px 3px white;
  	float: left;
	margin-right: 1em;
	width: 1.625em;
  	height: 1.625em;
  	-moz-border-radius: 50%;
    	-webkit-border-radius: 50%;
    	border-radius: 50%;
  	line-height: 1.625em;
  	text-align: center;
  	color: white;
	text-decoration: none;
}
.pagination a:hover {
   	border: 1px solid #1982d1;
   	background: #1982d1;
        text-decoration:none;
	-mox-box-shadow: none;
  	-webkit-box-shadow: none;
  	box-shadow: none;
}
 
/* related posts styling */
#related_posts {
  	margin: 2em 0;
    	-webkit-box-shadow: 0px 7px 8px -5px rgba(37,37,37,0.7);
    	-moz-box-shadow: 0px 7px 8px -5px rgba(37,37,37,0.7);
    	box-shadow: 0px 7px 8px -5px rgba(37,37,37,0.7);
	 }
#related_posts h3 {
	padding-left: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: white;
	background: #222;
    	background: -moz-linear-gradient(#252525, #0a0a0a);
    	background: -o-linear-gradient(#252525, #0a0a0a);
    	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a));
    	background: -webkit-linear-gradient(#252525, #0a0a0a);
}
#related_posts li {
	width: 32%;
  	float: left;
  	text-align: center;
  	padding: 0 0.66% 0 0.66%;
}
#related_posts ul {
  	list-style: none;
	margin: 0;
	font-size: 13px;
	min-height: 150px;
	padding-bottom: 1em;
	overflow: hidden;
}
.relatedcontent {
  margin-left: auto;
  margin-right: auto;
}
.relatedcontent a {
color: #666666;
}


/* comment section styling */
#respond .commentnotes {
font-size: 13px;
}
#respond {
  background: white;
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 0 1.625em;
  padding: 0;
  position: relative;
  width: 100%;
}
.commentlist {
  list-style: none;
  margin: 0;
  width: 100%;
}
.commentlist .avatar {
  position: static;
  margin-right: 1em;
}
.commentlist .children .avatar {
 float: left;
}

/* move Post Comment button */
#respond .form-submit {
	margin: -2.5em 3em 0 0;
}
#respond input#submit {
	padding: 5px 22px;
}

.widget {
color: #FFFFFF;
padding: 1em;
margin:0;
}

.widget-title {
color: #BDBDBD;
font-size: 1.3em;
font-weight: bold;
letter-spacing: 0.1em;
line-height: 1.5em;
text-transform: uppercase;
box-shadow: 0px 1px 0px 0px;
}

.widget ul li {
list-style: none outside none;
padding-bottom: 10px;
}

#mailpoet_form-3.widget,
#mailpoet_form-2.widget.widget_mailpoet_form {
text-align: center;
-webkit-border-radius: 30px 5px 30px 5px;
-moz-border-radius: 30px 5px 30px 5px;
border-radius: 30px 5px 30px 5px;
background: rgb(210, 20, 20);
background: -moz-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -webkit-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -o-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -ms-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: linear-gradient(0deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
-webkit-box-shadow: 0px 2px 1px rgba(50,50,50,0.75);
-moz-box-shadow: 0px 2px 1px rgba(50,50,50,0.75);
box-shadow: 0px 2px 1px rgba(50,50,50,0.75);
}

#mailpoet_form-2 .widget-title, #mailpoet_form-3 .widget-title {
	box-shadow: none;
  	color: #ffffff;
}

.mailpoet_submit {
    margin: auto;
    border: none;
    border-radius: 50px;
    padding: 0 2em;
    background-color: #4d90fe;
    font-weight: 600;
    color: #f5f5f5;
	cursor: pointer;
}

.mailpoet_submit:hover {
    background-color: #f5f5f5;
    color: #4d90fe;
}

#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
    width: 200px;
    margin: 0 auto;
	max-width: 100%;
}

/* recent comment widget */
#text-6.widget.widget_text ul li {
color: #dfdfdf;
}

#text-6.widget.widget_text ul {
margin:0;
}

/* 'Recent in Reprobate' widget */
#rss-2 .widget-title a {
color: #BDBDBD;
}
#rss-2 .widget-title {
font-size: 1em;
margin-bottom: 1em;
}
#rss-2 a {
color: #dfdfdf;
}
#rss-2 a:hover {
color: #1982d1;
text-decoration: none;
}
#rss-2 ul li {
list-style: disc outside none;
}

/* hide JQuery widget on homepage */
#text-12.widget {
padding: 0;
}

/* footer widget container */
#colophon {
	background: #222;
  	background: -moz-linear-gradient(#252525, #0a0a0a);
  	background: -o-linear-gradient(#252525, #0a0a0a);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a));
  	background: -webkit-linear-gradient(#252525, #0a0a0a);
}

/* footlinks */
#site-generator {
	background: none;
	border: none;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 1em;
	margin: 0 0 -2em 0;
	text-align: center;
	font-family: "Century Gothic";
}
#omnimacs {
  color: lightsalmon;
  font-size: large;
  font-family: 'bauhaus 93';
  font-weight: 100;
}
#dand a:hover {
text-decoration: none;
}
#dand a:hover span {
color: lightsteelblue;
}

#supplementary {
border: none;
}

#supplementary.two {
padding: 2em;
}

/* Google search widget */
#gsc-iw-id1.gsc-input-box {
background: #222;
border: none;
}
table.gsc-search-box td {
  vertical-align: top !important;
}

/* centre footer_icons */
#footer_icons {
	margin-right: auto;
  	margin-left: auto;
  	width: 96px;
}

#third.widget-area {
display: flex;
line-height: 2em;
font-size: large;
box-shadow: 0px 1px 0px 0px;
}
#text-19 .textwidget a, #text-26 .textwidget a {
display: block;
color: #BDBDBD;
}
#text-19 .textwidget a:hover, #text-26 .textwidget a:hover {
color: #1982d1;
text-decoration: none;
}
#text-19, #text-26 {
width: 50%;
}
#text-26 .textwidget {
float: right;
}

.page-curl {
	background: #FFFFFF;
	background: -moz-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	background: -ms-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	background: -webkit-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	background: linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	border: 1px solid #777777;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	margin: 50px auto;
	padding: 15px;
	position: relative;
}

.page-curl:before, .page-curl:after {
	background: none;
	bottom: 12px;
	-moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	content: "";
	height: 10px;
	left: 12px;
	position: absolute;
	width: 40%;
	z-index: -1;
	-moz-transform: skew(-4deg) rotate(-4deg);
	-webkit-transform: skew(-4deg) rotate(-4deg);
	transform: skew(-4deg) rotate(-4deg);
}

.page-curl:after {
	-moz-transform: skew(4deg) rotate(4deg);
	-webkit-transform: skew(4deg) rotate(4deg);
	transform: skew(4deg) rotate(4deg);
	left: auto;
	right: 12px;
}

.page-curl.shadow-left {
	background: -moz-linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
	background: -ms-linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
	background: -webkit-linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
	background: linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
}

.page-curl.shadow-right {
	background: -moz-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
	background: -ms-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
	background: -webkit-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
	background: linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
}

.shadow-bottom:before, .shadow-bottom:after {
	top: auto;
	bottom: 12px;
	-moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
}

.shadow-left:after {
	display: none;
}

.shadow-right:before {
	display: none;
}


/* CSS for sitemap */
#primaryNav h3 {
margin: 5% 80% 2% 0;
padding: 10px 0;
display: block;
font-size: 14px;
font-weight: bold;
text-align: center;
color: black;
background: #c3eafb;
border: 2px solid #b5d9ea;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
}

#primaryNav h2 {
margin: 5% 70% 0 2%;
padding: 10px 0;
display: block;
font-size: 14px;
font-weight: bold;
text-align: center;
color: black;
background: #EC2647;
border: 2px solid #b5d9ea;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
}

#primaryNav {
color: white;
	margin: 0;
	float: left;
	width: 100%;
background: black;
}

#primaryNav p {
margin:2% 10% 0 10%;
font-size: 18px;
}

/* CSS for thickbox navigation */
#TB_caption {
padding: 0;
margin: 0 0 1em 1em;
}

/* CSS to move close icon to bottom right of thickbox */
.tb-close-icon {
position: relative !important;
}

/* Tooltip for info box on hover */
.tooltip {
  	position: relative;
  	display: inline-block;
	text-decoration-style: dashed;
   	text-decoration-line: underline;
	text-decoration-color: #4d6bfe;
	text-underline-offset: 2px;
}
.tooltip .tooltip-text {
	visibility: hidden;
	position: absolute;
	width: 200px;
	background-color: #F0F8FF;
	color: #666;
	text-align: justify;
	padding: 5px;
	z-index: 1;
	font-size: 0.6rem;
	border-radius: 6px;
	line-height: 1.4;
    bottom: 100%;
    left: 50%;
    margin-left: -100px; /* Use half of the width (200px/2 = 100), to center the tooltip */
	opacity: 0;
  	transition: opacity 1s;
}
.tooltip .tooltip-text::after { /* Adds an arrow to bottom of tooltip */
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #F0F8FF transparent transparent transparent;
}
.tooltip:hover .tooltip-text {
  	visibility: visible;
	opacity: 1;
}

/* START MEDIA QUERIES */
@media (max-width: 800px) {
.commentlist > li.comment, .commentlist .pingback {
	margin-left: 0;
	}
#main #content {
	margin: 0;
	}
#main #secondary {
	margin: 0;
	}
#secondary, .page-template-showcase-php #main .widget-area {
	display: block;
	background-color: #252525;
	width: 100%;
	}
#colophon #supplementary .widget-area {
	width: 100%;
	}
#header_icons {
	display: none;
}
#access a {
	padding: 0 0.625em;
	}
#site-generator {
	padding-bottom: 4em;
	}
div.heateor_sss_bottom_sharing {		/* allows Cookie Policy Banner to appear on top of social share buttons */
    z-index: 1;
	} 
}

@media (max-width: 600px) {
body {
	padding: 1em;
	font-weight: 300;
	text-align: justify;
	}
#respond textarea {
  	width: 90%;
	}

#access li {		/* float menu items below each other in mobile view */
  	float: none;
	}	
}

@media (max-width: 400px) {
body {
padding: 0.5em;
	}
.IN-widget {
display: none !important;
	}
#text-24 {
	display: none; /* don't show Google custom search in mobile view */
	}
.widget {
	padding: 0;
	}
}
/* END MEDIA QUERIES */